www.gusucode.com > 你听老师的话吗 好好写字游戏微信朋友圈小游戏源码程序 > 你听老师的话吗 好好写字游戏微信朋友圈小游戏源码程序/jsj/js/count.js

    function openCount(id){
	$.getJSON(_config["isCount"]+"count/count.php?callback=?", {id: id, type: 1}, function(data){});
}
function clickCount(id){
	$.getJSON(_config["isCount"]+"count/count.php?callback=?", {id: id, type: 2}, function(data){});		
}
function shareCount(id){
	$.getJSON(_config["isCount"]+"count/count.php?callback=?", {id: id, type: 3}, function(data){});		
}